home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hyperps1.sit / HyperPS 1.2 / background_2562.txt next >
Text File  |  1988-11-14  |  2KB  |  91 lines

  1. -- background: 2562 from stack: in.2
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=0 top=0 right=342 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 66
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: bkgrnd text fld
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=380 top=318 right=341 bottom=493
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Send Stack...
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set style of background field 1 to transparent
  37.   set textSize of background field 1 to 1
  38.   hide background button 1
  39.   hide background button 2
  40.   doMenu "Print Stack..."
  41.   show background button 1
  42.   show background button 2
  43.   set textSize of background field 1 to 9
  44.   set style of background field 1 to scrolling
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: A003
  53. -- rect: left=263 top=318 right=341 bottom=376
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Send Card...
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   set style of background field 1 to transparent
  65.   set textSize of background field 1 to 1
  66.   hide background button 1
  67.   hide background button 2
  68.   open printing with dialog
  69.   print this card
  70.   close printing
  71.   show background button 1
  72.   show background button 2
  73.   set textSize of background field 1 to 9
  74.   set style of background field 1 to scrolling
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 7 (field)
  80. -- low flags: 80
  81. -- high flags: 0004
  82. -- rect: left=59 top=201 right=258 bottom=444
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 0
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: 
  91.